RequestStatusIn
The RequestStatusIn object is submitted as part of the GetRequestStatus request message (input).
| Name | Type | Description |
|---|---|---|
| AccountIdentifier | long | An element indicating the Administration account in which to associate the request. |
| StartDate | date/Time | A date and time option that returns a transaction for a specified date. |
| EndDate | date/Time | Used with "StartDate," this date and time option returns a broader search result. |
| SearchDateType | SearchDateEnum | An option indicating either the created date or delivery date. |
| TransactionIdentifer | string | An identifier assigned by the Expere Document Services solution for the generate image event. This ID is used for request tracking purposes. |
| PassthroughIdentifier | string | The PassThroughIdentifier is an optional user-defined generated parameter. This parameter is case-sensitive. The PassThroughIdentifier MUST be unique for each request. If a PassThroughIdentifier has been submitted previously for an account and exists in the database, Expere Document Services will return the original transaction ID. A new transaction ID will not be created. If the PassThroughIdentifier is passed in the request and the parameter is empty (null), Expere Document Services will process the request and return a new transaction ID. |
| StateSuccessful | boolean | A true or false value indicating whether the transaction was successful. |
| StateIncomplete | boolean | A true or false value indicating whether the transaction was incomplete. |
| StateFailed | boolean | A true or false value indicating whether the transaction failed. |
| APISelectGenerateDeliver | boolean | A true or false value indicating whether the API call was Select, Generate, and Deliver. |
| APISelectGenerate | boolean | A true or false value indicating whether the API call was Select and Generate. |
| APIDeliver | boolean | A true or false value indicating whether the API call was Deliver. |
| DeliveryCreated | boolean | A true or false value indicating whether the submitted transaction has reached a delivery created state. |
| DeliveryError | boolean | A true or false value indicating whether the submitted transaction has reached a delivery error state. |
| DeliveryMailed | boolean | A true or false value indicating whether the submitted transaction has reached a delivery mailed state. |
| DeliveryProcessing | boolean | A true or false value indicating whether the submitted transaction has reached a delivery processing state. |
| DeliveryBlank | boolean | A true or false value indicating whether or not the submitted transaction was received in fulfillment for mailing. |
| CallbackSuccessful | boolean | A true or false value indicating whether or not the callback was successful. |
| CallbackFailed | boolean | A true or false value indicating whether or not the callback failed. |
| CallbackNotRequested | boolean | A true or false value indicating whether or not the callback was requested. |